home *** CD-ROM | disk | FTP | other *** search
- A
- ; This is file MGC203.PCH
- ;
- ;The following command should be applied to Paradise
- ;Modular Graphics program MGC.COM 2.03 when used with
- ;FANSI-CONSOLE.
- ;Our thanks to Bob Newton for this set of patches.
- ;Note that the patched routines may not be in exactly
- ;the same place in your version of MGC if not 2.03.
- ;Do not have DOSEDIT or the IBM COMMAND RETRIEVER
- ;loaded when applying these patches, or DEBUG
- ;will complain about EVERYTHING.
- ;You may only want to use part of these patches.
- ;----------------------------------------------
- ; debug mgc.com <mgc203.pch
- ;----------------------------------------------
- ;The following routine will appear at ABOUT the same
- ;place in your version, check the address and
- ;change the patch address if it is different in your version.
- ;Eliminate reset message and always do "hard" reset.
-
- a8b4
- db eb
-
- a8d6
- db eb
-
- A
- ;The following routine will appear at ABOUT the same
- ;place in your version, check the address and
- ;change the patch address if it is different in your version.
- ;Eliminate Alt-Ctrl-Ins and Alt-Ctrl-Del routines
- ;except for programming controller.
-
- ae65
- cmp al,53
- jnz e88
- push dx
- xor ax,ax
- int 10
- mov dx,3de
- xor al,al
- out dx,al
- mov dl,d4
- out dx,al
- inc dx
- out dx,al
- pop dx
- jmp e88
- nop
- nop
- nop
- nop
- nop
- nop
- nop
- nop
- nop
- nop
- nop
- nop
-
- A
- ;Write it all out and quit
-
- w
- q